home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GrandPrixChallengeII.swf / scripts / DefineButton2_242 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-07  |  214 b   |  15 lines

  1. on(release){
  2.    if(eval("/:gameSound"))
  3.    {
  4.       tellTarget("/beep")
  5.       {
  6.          gotoAndPlay(2);
  7.       }
  8.    }
  9.    tellTarget("/")
  10.    {
  11.       gotoAndStop("restartAndReset");
  12.       play();
  13.    }
  14. }
  15.